home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 041a / intune25.zip / INTUNE.HLP < prev    next >
Text File  |  1992-01-08  |  8KB  |  179 lines

  1.  
  2.                         InTune v2.5 Modes and Usage
  3.  
  4. Usage:    Full Screen Mode:  INTUNE [options]
  5.           This is an interactive mode in which you are presented with
  6.           commands and a screen full of ROL filenames.  You may select one
  7.           or more songs to play, and issue commands using the keyboard 
  8.           and/or mouse.
  9.  
  10.           Command Line Mode: INTUNE [options] files
  11.           This mode allows you to specify, on the command line, which songs
  12.           to play (wildcards are supported).  This also allows you to use
  13.           InTune with other programs which require an external ROL player.
  14.  
  15.           Script File Mode:  INTUNE [options] @file
  16.           This mode reads InTune commands from an ASCII text file.  Not
  17.           only does this mode play songs, but also provides screen output
  18.           and control, as well as access to other DOS programs.  (Useful
  19.           for demos)
  20.  
  21.  
  22.                    InTune Command Line Options (Page 1/2)
  23.  
  24.   /B<bankfile> = Specify an alternate instrument bank file (ie: /BBIG.BNK).
  25.        InTune defaults to using STANDARD.BNK, but this option lets you
  26.        change this.  If an extension on the specified filename is omitted,
  27.        .BNK is appended.
  28.  
  29.  
  30.   /D<directory> = Specify an alternate directory (ie: /DC:\ADLIB\ROLS).
  31.        InTune defaults to using the current directory, but this option
  32.        allows playing songs from other directories.
  33.  
  34.  
  35.   /I = Display ROL technical information.  InTune will read and display
  36.        information contained in a ROL file, including play time of the
  37.        song, instruments used & missing, number of events, etc.
  38.  
  39.  
  40.                    InTune Command Line Options (Page 2/2)
  41.  
  42.   /R = Generates an InTune Registration Form.  The file REGISTER.TXT is
  43.        supplied with the InTune package, but if for some reason this file
  44.        is lost, a new form may be generated with this option.  To print
  45.        a registration form, type the command "INTUNE /R > PRN" at the
  46.        DOS prompt.
  47.  
  48.  
  49.   /X = Use extended display in InTune full screen mode (EGA/VGA only).  If
  50.        your system is equipped with an EGA/VGA display, InTune will switch
  51.        to 43/50 line display mode.
  52.  
  53.  
  54.   /Z<zipfile> = Specify PKZIP file to use (ie: /ZROLS.ZIP).  InTune
  55.        supports playing of ROLs from within compressed PKZIP files.  If
  56.        an extension on the filename is omitted, .ZIP is appended.  A copy
  57.        of the program PKUNZIP is required for this option.
  58.  
  59.                     Controlling InTune with the Keyboard
  60.  
  61. Commands: InTune commands are listed on the top line of the display, and
  62. can be executed by pressing ALT together with the highlighted key for the
  63. desired command.
  64.  
  65. Selection of songs: The four arrow keys, page up, page down, end, and home
  66. keys may all be used to move the cursor to the desired song.  You may also
  67. type the first letter of a song to quickly move to it.  If you wish to add
  68. a song to the play queue, press the space bar.  The song will be added to
  69. the play queue, and it's position in the play queue will be displayed next
  70. to the song.  To remove a song from the play queue, highlight the song,
  71. press the space bar again, and the number will disappear.
  72.  
  73. Playing Songs: Pressing return or issuing the Play command will start
  74. playing songs.  If no songs are in the play queue, the currently highlighted
  75. song will be played.  If there are songs in the play queue, the first song
  76. in the queue will begin playing.  You can skip songs in the play queue by
  77. pressing the space bar, and you can abort all playing by pressing escape.
  78.  
  79.                      Controlling InTune with the Mouse
  80.  
  81. Commands: InTune commands are listed on the top line of the display, and
  82. can be executed by placing the mouse pointer on the desired command, and
  83. single clicking the left mouse button.
  84.  
  85. Selection of songs: To select a song, simply place the mouse pointer on
  86. the desired song, and single click the left mouse button.  To move between
  87. pages, single click on the right or left arrow symbols on the top line of
  88. the screen next to the command strings.  If you wish to add a song to the
  89. play queue, place the mouse cursor on top of the song, and single click the
  90. right mouse button.  The song will be added to the play queue, and it's
  91. position in the play queue will be displayed next to the song.  To remove
  92. a song from the play queue, place the mouse cursor on the song, and 
  93. single click the right mouse button.
  94.  
  95. Playing Songs: Double clicking the left mouse button or issuing the Play
  96. command will start playing songs.  If no songs are in the play queue, the
  97. currently highlighted song will be played.  If there are songs in the play
  98. queue, the first song will begin playing.  
  99.  
  100.  
  101.                         InTune Commands (Page 1/2)
  102.  
  103. About   - Displays a copyright notice, and InTune version information.
  104.  
  105. Play    - Begins playing songs, and brings up the play window.  If no songs
  106.           are in the play queue, the currently highlighted song is played,
  107.           otherwise the first song in the play queue begins playing.
  108.  
  109. Repeat  - Repeat mode [only takes effect when songs are playing].  If no
  110.           songs are in the play queue, the currently highlighted song will
  111.           play repeatedly until stopped.  If there are songs in the play
  112.           queue, the entire play queue will be played repeatedly until
  113.           stopped.
  114.  
  115. Shuffle - Continuously plays (until stopped) songs at random.
  116.  
  117. Clear   - Removes all songs from the play queue.
  118.  
  119. Markall - Places all songs in the play queue.
  120.  
  121.  
  122.                         InTune Commands (Page 2/2)
  123.  
  124. Info    - Display technical information for currently selected song.  This
  125.           information includes current bankfile being used, number of
  126.           entries and version of bankfile, name and version of ROL file,
  127.           playing time, instruments used & instruments missing, event
  128.           counts, and some other miscellaneous information.
  129.  
  130. DOS     - Creates a DOS shell.  Type "EXIT" to return to InTune.
  131.  
  132. Quit    - Stop playing all songs, and exit to DOS.
  133.  
  134. Help    - Display on-line help information (what you are currently reading).
  135.  
  136. Arrows  - If a mouse is detected, left and right arrow symbols are displayed,
  137.           and may be used to switch between pages (same as page up and 
  138.           page down when using the keyboard).  These arrows will only appear
  139.           if a mouse is detected in your system.
  140.  
  141.  
  142.                              InTune Play Window
  143.  
  144. When songs are played in the InTune full screen mode, the play window
  145. appears.  This window displays information about the song currently being
  146. played, and adds three commands.
  147.  
  148. The top line of the window indicates what InTune is presently doing 
  149. (unzipping, loading, playing, or deleting).  Error messages are also
  150. displayed on this line.  The next line contains three items of information.
  151. The musical note on the left side of the window will be red when the song
  152. is still being loaded into the sound drivers queues, and will change to
  153. green when the entire song has been loaded.  The middle of this line
  154. contains a "meter" which gives you a visual indication of the progress of
  155. the song currently being played.  The right side of this line shows the
  156. percentage of the song which has been played.  The next line displays the
  157. time remaining of the current song, as well as elapsed time of the current
  158. song.  The bottom line gives you the option of stopping all playing, and
  159. pausing or skipping the current song.
  160.  
  161.  
  162.                          Thank you for using InTune!
  163.  
  164. If you have not registered your copy of InTune, please complete and mail
  165. the registration form (file REGISTER.TXT or use "INTUNE /R" to create a
  166. form) and funds to the address shown below.  This will be greatly
  167. appreciated, and encourage further program development.  You will receive
  168. a formatted hardcopy of the current documentation, a disk which contains
  169. the latest version of InTune, and a program which registers this and all
  170. future shareware versions of InTune.
  171.  
  172. If you have comments about this version of InTune, or suggestions regarding 
  173. future versions of InTune, please send them to me at the following address:
  174.  
  175.       Doug Brandon
  176.       712 Stardust Drive
  177.       Placentia, CA  92670-4507
  178.  
  179.